home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Tux / tux.exe / tuxracer-win32-0.60 / courses / contrib / penguins_cant_fly / course.tcl next >
Text File  |  2000-10-01  |  711b  |  16 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Who Says Penguins Can't Fly?"
  5. tux_course_author "Bill Scherer <bscherer@bestweb.net>"
  6. tux_course_dim 60 2500        ;# width, length of course in m
  7. tux_start_pt 30 3.5           ;# start position, measured from left rear corner
  8. tux_angle  30                  ;# angle of course
  9. tux_elev_scale 10.0             ;# amount by which to scale elevation data
  10. tux_base_height_value 255     ;# greyscale value corresponding to height
  11.                                ;#     offset of 0 (integer from 0 - 255)
  12. tux_elev elev.rgb              ;# bitmap specifying course elevations
  13. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  14.  
  15. tux_course_init
  16.